home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Horoscope Companion: Gemini
/
Horoscope Companion: Gemini.iso
/
pc
/
gemini
/
cfa.dir
/
00047.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-10-08
|
228 b
|
11 lines
on exitFrame
global gCount, gWheelSelection
if gCount = 5 then
set gWheelSelection to string(random(12))
go("w" & gWheelSelection)
else
set gCount to gCount + 1
go(label("spin the wheel") + 1)
end if
end